isBuildFeatureEnabled

fun Project.isBuildFeatureEnabled(feature: BuildFeature): Provider<Boolean>

Checks if the specified build feature is enabled for the current project.

Return

A provider containing the boolean value

Parameters

feature

The build feature to check.